perm filename ERRATA.TXT[TUG,DEK]3 blob sn#684631 filedate 1982-10-28 generic text, type C, neo UTF8
COMMENT āŠ—   VALID 00003 PAGES
C REC  PAGE   DESCRIPTION
C00001 00001
C00002 00002	Changes to WEB since the Version 1 manual was printed:
C00004 00003	Changes to TEXware since the Version 1 manual was printed.
C00006 ENDMK
CāŠ—;
Changes to WEB since the Version 1 manual was printed:

Line 72 of WEBHDR is changed to
\def\2{\global\advcount\ind by-1} % indent one less notch
(i.e., "\global" is inserted). This fixes the migration in the
presence of forward procedures (see module 199 of WEAVE and various
modules of TeX82).

The following changes change WEBHDR for Version 0.6 of TeX:
Lines 7-9 become
	\font\tenrm=amr10 % temporary substitutions during font development
	\font\tentt=amtt
	\font\tenbf=ambx10
Lines 14-17 become
	\font\eightrm= cmr8
	\let\sc=\eightrm
	\font\titlefont=cmr7 at 14pt % title on the contents page
	\font\ttitlefont=amtt at 15pt % typewriter type in title
And delete all appearances of \:.

Similar changes are made in the "limbo" pages of WEAVE.WEB and TANGLE.WEB.
Changes to TEXware since the Version 1 manual was printed.

Module 28 of PLtoTF had bad timing of eoln vis-a-vis eof. The first
conditional statement "if left_ln then begin ... end;" should be
moved out of its present position and inserted before the
conditional statement "if eof...".  Also change "incr(line)" to
"right_ln:=false" in the case of eof.

This correction is incorporated in Version 1.1 of PLtoTF.

All the WEB files have been modified in their "limbo" sections
so that they are compatible with Version 0.6 of TeX (i.e.,
`\font\foo=x' replaces `\newfont x\is\foo', and \:'s are deleted).